Transmit Skip Registry entry
Specifies a list of fields to skip when copying data from one record to another using the Transmit menu option.
This entry is used to specify a list of fields that are skipped when selecting the Transmit menu option to copy data from a record in one module to a record in another module (e.g. copying a record in the Marriage Notices module to a record in the Marriages module): useful, for instance, to ensure that the Inserted Date (AdmDateInserted) and Time (AdmTimeInserted) of the originating record are not copied over to the new record.
Note: See also Transmit Map Registry entry.
Usage
This Registry entry can be assigned to users and groups:
Key | User | Group | Group |
---|---|---|---|
Key 1 | User | Group | Group |
Key 2 | user | group | Default |
Key 3 | Table | ||
Key 4 | From table | ||
Key 5 | To table | ||
Key 6 | Transmit Skip | ||
Value | column;column;... |
User | user | Table | From table | To table | Transmit Skip | column;column;... |
Group | group | Table | From table | To table | Transmit Skip | column;column;... |
Group | Default | Table | From table | To table | Transmit Skip | column;column;... |
where:
From table | is the source table: data is copied from this table. |
To table | is the destination table: data is copied to this table. |
column;column;... | is a semicolon separated list of fields to be skipped when copying data from a record in From table to a record in To table. |
Example
This entry ensures that the Inserted Date (AdmDateInserted) and Time (AdmTimeInserted) in a source record in the Marriage Notices module are not copied over to the destination record in the Marriages module when the Transmit menu option is selected in the Marriage Notices module:
Key | Setting |
---|---|
Key 1 | Group |
Key 2 | Default |
Key 3 | Table |
Key 4 | emarriagenotices |
Key 5 | emarriages |
Key 6 | Transmit Skip |
Value | AdmDateInserted;AdmTimeInserted |